systemd.network.networks.<name>.routingPolicyRules

A list of routing policy rules sections to be added to the unit. See systemd.network(5) for details.

Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    Family = "both";
    IncomingInterface = "eth1";
    Table = 10;
  }
]
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>